-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update standard workflow files. #47
Conversation
The .github/workflows/commitlint.yml workflow is missing or needs an update to stay in sync with the current standard for this workflow as defined in the `.github` repo of the `openedx` GitHub org.
@@ -3,11 +3,7 @@ | |||
name: Lint Commit Messages | |||
|
|||
on: | |||
push: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@brian-smith-tcril looks like this is different from the standard, was there a specific reason for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it was changed in #29 and I didn't think much of it then. @OmarIthawi do you remember why this change was made?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't remember either. Let's merge this pull request and standardize it. If the next semantic-release
fails, we can revert this pull request and document the reason of the failure.
I could be due to some obscure semantic-release
requirement, but now I doubt it. It's probably just a left-over from multiple attempts to get the workflow correct.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please feel free to merge. I don't know why I've made this change.
@@ -3,11 +3,7 @@ | |||
name: Lint Commit Messages | |||
|
|||
on: | |||
push: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't remember either. Let's merge this pull request and standardize it. If the next semantic-release
fails, we can revert this pull request and document the reason of the failure.
I could be due to some obscure semantic-release
requirement, but now I doubt it. It's probably just a left-over from multiple attempts to get the workflow correct.
🎉 This PR is included in version 0.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR was created automatically by the
repo_checks
tool.